Switch to LGPLv2+ for most code
authorColin Walters <walters@verbum.org>
Thu, 10 Nov 2011 18:17:04 +0000 (13:17 -0500)
committerColin Walters <walters@verbum.org>
Thu, 10 Nov 2011 18:17:04 +0000 (13:17 -0500)
commit659c99417c04bb3a2f54c1d216092ffca67cc82d
tree89339d94b6b277fc39f7ddfa03fbde9b25207b42
parent8d7acbd59fae5b34d410bf9a72d14315596eb3b0
Switch to LGPLv2+ for most code

Since we're making a shared library, it should be usable by non-GPL
apps.

To allow more code sharing between the core and the tests, move them
to the LGPLv2+ too.

A few bits of test and other code are still GPL.  See the new COPYING
file for more information.
70 files changed:
COPYING
COPYING.GPL [new file with mode: 0644]
COPYING.LGPL [new file with mode: 0644]
Makefile-libostree.am
Makefile-osbuild.am
Makefile-ostree.am
Makefile-otutil.am
Makefile-triggers.am
Makefile.am
gnomeos/gnomeos-install.sh
gnomeos/gnomeos-make-base.sh
gnomeos/gnomeos-run.sh
libostree/ostree-checkout.c
libostree/ostree-checkout.h
libostree/ostree-core.c
libostree/ostree-core.h
libostree/ostree-repo-file-enumerator.c
libostree/ostree-repo-file-enumerator.h
libostree/ostree-repo-file.c
libostree/ostree-repo-file.h
libostree/ostree-repo.c
libostree/ostree-repo.h
libostree/ostree.h
libotutil/ot-gio-utils.c
libotutil/ot-gio-utils.h
libotutil/ot-glib-compat.c
libotutil/ot-glib-compat.h
libotutil/ot-opt-utils.c
libotutil/ot-opt-utils.h
libotutil/ot-unix-utils.c
libotutil/ot-unix-utils.h
libotutil/ot-variant-utils.c
libotutil/ot-variant-utils.h
libotutil/otutil.h
osbuild/main.c
osbuild/ob-builtin-buildone.c
osbuild/ob-builtins.h
osbuild/osbuild-raw-makeinstall.c
ostree/main.c
ostree/ot-builtin-checkout.c
ostree/ot-builtin-commit.c
ostree/ot-builtin-compose.c
ostree/ot-builtin-diff.c
ostree/ot-builtin-fsck.c
ostree/ot-builtin-init.c
ostree/ot-builtin-log.c
ostree/ot-builtin-pull.c
ostree/ot-builtin-remote.c
ostree/ot-builtin-rev-parse.c
ostree/ot-builtin-run-triggers.c
ostree/ot-builtin-show.c
ostree/ot-builtins.h
tests/Makefile
tests/libtest.sh
tests/t0000-basic.sh
tests/t0001-archive.sh
tests/t0002-log.sh
tests/t0003-remote-add.sh
tests/t0004-compose.sh
tests/t0005-corruption.sh
tests/t0010-pull.sh
tests/tmpdir-lifecycle.c
triggers.d/desktop-database.trigger
triggers.d/gdk-pixbuf.trigger
triggers.d/glib.trigger
triggers.d/gtk+.trigger
triggers.d/immodules.trigger
triggers.d/ldconfig.trigger
triggers.d/mime-database.trigger
triggers.d/pango.trigger